mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
Merge pull request #121119 from SuperSandro2000/remove-gnidorah
treewide: remove gnidorah
This commit is contained in:
@@ -13,6 +13,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/MarkCWirt/MIDIUtil";
|
||||
description = "A pure python library for creating multi-track MIDI files";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.gnidorah ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -15,6 +15,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/LEW21/pydbus";
|
||||
description = "Pythonic DBus library";
|
||||
license = lib.licenses.lgpl2Plus;
|
||||
maintainers = with lib.maintainers; [ gnidorah ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -16,6 +16,6 @@ buildPythonPackage rec {
|
||||
homepage = "http://das.nasophon.de/pysmf/";
|
||||
description = "Python extension module for reading and writing Standard MIDI Files, based on libsmf.";
|
||||
license = licenses.bsd2;
|
||||
maintainers = [ maintainers.gnidorah ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -29,6 +29,6 @@ in buildPythonPackage rec {
|
||||
homepage = "https://github.com/Vayn/python-fontconfig";
|
||||
description = "Python binding for Fontconfig";
|
||||
license = lib.licenses.gpl3;
|
||||
maintainers = with lib.maintainers; [ gnidorah ];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user