Merge pull request #121119 from SuperSandro2000/remove-gnidorah

treewide: remove gnidorah
This commit is contained in:
Sandro
2021-05-17 02:42:24 +02:00
committed by GitHub
52 changed files with 52 additions and 58 deletions

View File

@@ -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 = [ ];
};
}

View File

@@ -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; [ ];
};
}

View File

@@ -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 = [ ];
};
}

View File

@@ -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; [ ];
};
}