3
0
Fork 0
forked from mirrors/nixpkgs

maintainers: remove bloomvdomino

github account deleted
This commit is contained in:
ajs124 2022-06-23 00:52:42 +02:00
parent 99466ee39e
commit 92531d8585
5 changed files with 4 additions and 10 deletions

View file

@ -1670,12 +1670,6 @@
githubId = 37907;
name = "Julian Stecklina";
};
bloomvdomino = {
name = "Laura Fäßler";
email = "0x@ytex.de";
github = "bloomvdomino";
githubId = 33204710;
};
bluescreen303 = {
email = "mathijs@bluescreen303.nl";
github = "bluescreen303";

View file

@ -48,6 +48,6 @@ python3Packages.buildPythonApplication rec {
homepage = "https://github.com/SoongNoonien/mpdevil";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ bloomvdomino ];
maintainers = with maintainers; [ ];
};
}

View file

@ -33,6 +33,6 @@ rustPlatform.buildRustPackage rec {
description = "An automatic music sorter (based on ID3 tags)";
homepage = "https://github.com/quebin31/muso";
license = with licenses; [ gpl3Plus ];
maintainers = with maintainers; [ bloomvdomino ];
maintainers = with maintainers; [ ];
};
}

View file

@ -100,7 +100,7 @@ python3Packages.buildPythonApplication rec {
homepage = "https://usebottles.com/";
downloadPage = "https://github.com/bottlesdevs/Bottles/releases";
license = licenses.gpl3Only;
maintainers = with maintainers; [ bloomvdomino psydvl shamilton ];
maintainers = with maintainers; [ psydvl shamilton ];
platforms = platforms.linux;
};
}

View file

@ -41,6 +41,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/bikass/kora";
license = with licenses; [ gpl3Only ];
platforms = platforms.linux;
maintainers = with maintainers; [ bloomvdomino ];
maintainers = with maintainers; [ ];
};
}