summary refs log tree commit diff
path: root/pkgs/tools/misc/hashit
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-09-18 23:00:51 +0800
committerBobby Rong <rjl931189261@126.com>2021-09-18 23:07:00 +0800
commit0fd8cc390806ef15ded043e729816faa277120af (patch)
treef34347ae9d21200e00303563fd7eca4504e8afeb /pkgs/tools/misc/hashit
parent3a00e2e34a3d45afbe2b38b952b4a7fcd631a46c (diff)
downloadnixpkgs-0fd8cc390806ef15ded043e729816faa277120af.tar
nixpkgs-0fd8cc390806ef15ded043e729816faa277120af.tar.gz
nixpkgs-0fd8cc390806ef15ded043e729816faa277120af.tar.bz2
nixpkgs-0fd8cc390806ef15ded043e729816faa277120af.tar.lz
nixpkgs-0fd8cc390806ef15ded043e729816faa277120af.tar.xz
nixpkgs-0fd8cc390806ef15ded043e729816faa277120af.tar.zst
nixpkgs-0fd8cc390806ef15ded043e729816faa277120af.zip
treewide: switch from pantheon.maintainers to lib.teams.pantheon
Diffstat (limited to 'pkgs/tools/misc/hashit')
-rw-r--r--pkgs/tools/misc/hashit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/hashit/default.nix b/pkgs/tools/misc/hashit/default.nix
index edda48bdc92..e26a0abbde3 100644
--- a/pkgs/tools/misc/hashit/default.nix
+++ b/pkgs/tools/misc/hashit/default.nix
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
     description = "A simple app for checking usual checksums - Designed for elementary OS";
     homepage = "https://github.com/artemanufrij/hashit";
     license = licenses.gpl2Plus;
-    maintainers = pantheon.maintainers;
+    maintainers = teams.pantheon.members;
     platforms = platforms.linux;
   };
 }