Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tldr: 1.2.0 -> 1.3.0 #23465

Merged
merged 1 commit into from Mar 6, 2017
Merged

tldr: 1.2.0 -> 1.3.0 #23465

merged 1 commit into from Mar 6, 2017

Conversation

c0bw3b
Copy link
Contributor

@c0bw3b c0bw3b commented Mar 3, 2017

Motivation for this change

Package update

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@mention-bot
Copy link

@c0bw3b, thanks for your PR! By analyzing the history of the files in this pull request, we identified @nckx and @Radvendii to be potential reviewers.

@@ -18,10 +18,10 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "Simplified and community-driven man pages";
longDescription = ''
longDescription = "
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this change?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that it makes the indentation remain in the string...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was clearer to me that way because of the single quote in the description.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see. It is customary to use indented strings for long descriptions, however.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Edited

@matthiasbeyer
Copy link
Contributor

Now we have two commits. Please squash them!

Corrected longDescription
@c0bw3b
Copy link
Contributor Author

c0bw3b commented Mar 6, 2017

Squashed.

@@ -18,10 +18,10 @@ stdenv.mkDerivation rec {

meta = with stdenv.lib; {
description = "Simplified and community-driven man pages";
longDescription = ''
longDescription = "
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that it makes the indentation remain in the string...

@vcunat vcunat merged commit 6cdff59 into NixOS:master Mar 6, 2017
@vcunat
Copy link
Member

vcunat commented Mar 6, 2017

I squash-merged anyway...

@c0bw3b c0bw3b deleted the pkg/tldr branch March 9, 2017 00:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants