Merge pull request #132997 from SuperSandro2000/SuperSandro2000-patch-6

bandwhich: add SuperSandro2000 as maintainer
This commit is contained in:
Sandro
2021-08-07 13:02:23 +02:00
committed by GitHub
+1 -1
View File
@@ -29,7 +29,7 @@ rustPlatform.buildRustPackage rec {
'';
homepage = "https://github.com/imsnif/bandwhich";
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne ma27 ];
maintainers = with maintainers; [ Br1ght0ne ma27 SuperSandro2000 ];
platforms = platforms.unix;
};
}