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

notmuch: fix homepage and notmuch-mutt license #24777

Merged
merged 5 commits into from Apr 10, 2017
Merged

Conversation

asymmetric
Copy link
Contributor

Motivation for this change

The homepage for notmuch was missing.

Additionally, the license for notmuch-mutt was incorrect. It might have been changed when it was upstreamed.

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.

notmuch-mutt's license is GPLv3. might have been changed when it was upstreamed.
@mention-bot
Copy link

@asymmetric, thanks for your PR! By analyzing the history of the files in this pull request, we identified @garbas, @chaoflow and @burke to be potential reviewers.

@@ -99,6 +99,7 @@ stdenv.mkDerivation rec {

meta = {
description = "Mail indexer";
homepage = http://notmuchmmail.org/;
Copy link
Contributor

Choose a reason for hiding this comment

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

The http variant fails to resolve for me; https works, 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.

Fixed, thanks 👍

Should I squash?

Copy link
Contributor

Choose a reason for hiding this comment

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

We can squash on merge :)

@@ -38,8 +38,8 @@ stdenv.mkDerivation rec {
meta = with lib; {
inherit version;
description = "Mutt support for notmuch";
homepage = http://notmuchmua.org/;
license = with licenses; mit;
homepage = https://notmuchmail.org/;
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you keep the field alignment as it was? Other than that, I think this is good to go.

@@ -99,6 +99,7 @@ stdenv.mkDerivation rec {

meta = {
description = "Mail indexer";
homepage = https://notmuchmail.org/;
Copy link
Contributor

Choose a reason for hiding this comment

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

Here, too :)

@Mic92 Mic92 merged commit 5108c4c into NixOS:master Apr 10, 2017
@asymmetric asymmetric deleted the notmuch branch April 10, 2017 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants