-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
Conversation
notmuch-mutt's license is GPLv3. might have been changed when it was upstreamed.
@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/; |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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/; |
There was a problem hiding this comment.
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/; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here, too :)
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
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)