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
commit 59197a8254
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};
}