summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-02-12 02:16:01 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-02-12 05:52:41 +0100
commit76ab4bd69cc812b52ed4c14e9b8249419b148bf8 (patch)
treedfd8f9d8f2dda7d8529fcd37d84048d55a9b7014 /pkgs
parent80e8b033874b60e28d714733a39e5c84495b4204 (diff)
downloadnixpkgs-76ab4bd69cc812b52ed4c14e9b8249419b148bf8.tar
nixpkgs-76ab4bd69cc812b52ed4c14e9b8249419b148bf8.tar.gz
nixpkgs-76ab4bd69cc812b52ed4c14e9b8249419b148bf8.tar.bz2
nixpkgs-76ab4bd69cc812b52ed4c14e9b8249419b148bf8.tar.lz
nixpkgs-76ab4bd69cc812b52ed4c14e9b8249419b148bf8.tar.xz
nixpkgs-76ab4bd69cc812b52ed4c14e9b8249419b148bf8.tar.zst
nixpkgs-76ab4bd69cc812b52ed4c14e9b8249419b148bf8.zip
topgrade: add SuperSandro2000 as maintainer, clarify license
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/topgrade/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/topgrade/default.nix b/pkgs/tools/misc/topgrade/default.nix
index 139be092dd5..24dd874b857 100644
--- a/pkgs/tools/misc/topgrade/default.nix
+++ b/pkgs/tools/misc/topgrade/default.nix
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
   meta = with lib; {
     description = "Upgrade all the things";
     homepage = "https://github.com/r-darwish/topgrade";
-    license = licenses.gpl3;
-    maintainers = with maintainers; [ Br1ght0ne hugoreeves ];
+    license = licenses.gpl3Only;
+    maintainers = with maintainers; [ Br1ght0ne hugoreeves SuperSandro2000 ];
   };
 }