about summary refs log tree commit diff
path: root/pkgs/tools/text/anewer
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2021-10-22 13:31:50 -0400
committerGitHub <noreply@github.com>2021-10-22 13:31:50 -0400
commit7db7784f5176fa1e9f94d16b01689f823441d58e (patch)
tree72b6fbddb32659af2c646c737e04ad1cf01e0b99 /pkgs/tools/text/anewer
parente2db47a66f20ef8c8ca7f3202a416c977d6799db (diff)
downloadnixlib-7db7784f5176fa1e9f94d16b01689f823441d58e.tar
nixlib-7db7784f5176fa1e9f94d16b01689f823441d58e.tar.gz
nixlib-7db7784f5176fa1e9f94d16b01689f823441d58e.tar.bz2
nixlib-7db7784f5176fa1e9f94d16b01689f823441d58e.tar.lz
nixlib-7db7784f5176fa1e9f94d16b01689f823441d58e.tar.xz
nixlib-7db7784f5176fa1e9f94d16b01689f823441d58e.tar.zst
nixlib-7db7784f5176fa1e9f94d16b01689f823441d58e.zip
anewer: fix license
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
Diffstat (limited to 'pkgs/tools/text/anewer')
-rw-r--r--pkgs/tools/text/anewer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/anewer/default.nix b/pkgs/tools/text/anewer/default.nix
index 49113a64d5bf..e41b12cee447 100644
--- a/pkgs/tools/text/anewer/default.nix
+++ b/pkgs/tools/text/anewer/default.nix
@@ -16,7 +16,7 @@ rustPlatform.buildRustPackage rec {
   meta = with lib; {
     description = "Append lines from stdin to a file if they don't already exist in the file";
     homepage = "https://github.com/ysf/anewer";
-    license = licenses.gpl3Only;
+    license = licenses.gpl3Plus;
     maintainers = with maintainers; [ figsoda ];
   };
 }