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
+1 -1
View File
@@ -32,7 +32,7 @@ pythonPackages.buildPythonApplication {
description = "A MIDI router and processor based on Python, supporting ALSA and JACK MIDI";
homepage = "http://das.nasophon.de/mididings";
license = licenses.gpl2;
maintainers = [ maintainers.gnidorah ];
maintainers = [ ];
platforms = platforms.linux;
};
}
+1 -1
View File
@@ -22,6 +22,6 @@ mkDerivation rec {
homepage = src.meta.homepage;
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ gnidorah ];
maintainers = with maintainers; [ ];
};
}
+1 -1
View File
@@ -29,7 +29,7 @@ in pythonPackages.buildPythonApplication rec {
description = "Youtube synthesia video to midi conversion tool";
homepage = src.meta.homepage;
license = licenses.gpl3;
maintainers = [ maintainers.gnidorah ];
maintainers = [ ];
platforms = platforms.linux;
};
}