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;
};
}
+1 -1
View File
@@ -25,6 +25,6 @@ in stdenv.mkDerivation rec {
homepage = src.meta.homepage;
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ gnidorah ];
maintainers = with maintainers; [ ];
};
}
+1 -1
View File
@@ -19,6 +19,6 @@ buildPythonPackage rec {
with the final purpose of reducing its ability to interact with the system.
'';
license = licenses.gpl3;
maintainers = with maintainers; [ gnidorah ];
maintainers = with maintainers; [ ];
};
}
+1 -1
View File
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
description = "Create bootable USB disks from Windows ISO images";
homepage = "https://github.com/slacka/WoeUSB";
license = licenses.gpl3;
maintainers = with maintainers; [ bjornfor gnidorah ];
maintainers = with maintainers; [ bjornfor ];
platforms = platforms.linux;
};
}
+1 -1
View File
@@ -27,7 +27,7 @@ in stdenv.mkDerivation rec {
description = "WebDav server implementation and library using libsoup";
homepage = "https://wiki.gnome.org/phodav";
license = licenses.lgpl21;
maintainers = with maintainers; [ gnidorah ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+1 -1
View File
@@ -17,7 +17,7 @@ in pythonPackages.buildPythonApplication {
description = "A utility to accurately report the in core memory usage for a program";
homepage = "https://github.com/pixelb/ps_mem";
license = licenses.lgpl21;
maintainers = [ maintainers.gnidorah ];
maintainers = [ ];
platforms = platforms.linux;
};
}