treewide: remove gnidorah

due to github account removal/deletion and not other mean of contact.

Changed files
+52 -58
maintainers
nixos
modules
programs
services
audio
misc
networking
web-servers
nginx
x11
desktop-managers
virtualisation
pkgs
applications
audio
adlplug
midisheetmusic
munt
openmpt123
uade123
graphics
lazpaint
misc
ArchiSteamFarm
cpu-x
qdirstat
networking
instant-messengers
rambox
vk-messenger
office
mytetra
version-management
git-and-tools
gitweb
data
themes
cdetheme
kde2
qtcurve
desktops
cdesktopenv
development
compilers
pakcs
libraries
gtk-engine-bluecurve
hotpatch
kmsxx
qtstyleplugins
python-modules
midiutil
pydbus
pysmf
python-fontconfig
games
iortcw
openjk
openmw
openxray
quakespasm
misc
emulators
servers
tools
audio
mididings
opl3bankeditor
video2midi
graphics
twilight
misc
me_cleaner
woeusb
networking
phodav
system
ps_mem
-6
maintainers/maintainer-list.nix
···
githubId = 1447245;
name = "Robin Gloster";
};
-
gnidorah = {
-
email = "gnidorah@users.noreply.github.com";
-
github = "gnidorah";
-
githubId = 12064730;
-
name = "gnidorah";
-
};
gnxlxnxx = {
email = "gnxlxnxx@web.de";
github = "gnxlxnxx";
+1 -1
nixos/modules/programs/sway.nix
···
programs.xwayland.enable = mkDefault true;
};
-
meta.maintainers = with lib.maintainers; [ gnidorah primeos colemickens ];
+
meta.maintainers = with lib.maintainers; [ primeos colemickens ];
}
+1 -1
nixos/modules/services/audio/jack.nix
···
];
-
meta.maintainers = [ maintainers.gnidorah ];
+
meta.maintainers = [ ];
}
+1 -1
nixos/modules/services/misc/autorandr.nix
···
};
-
meta.maintainers = with maintainers; [ gnidorah ];
+
meta.maintainers = with maintainers; [ ];
}
+1 -1
nixos/modules/services/misc/fstrim.nix
···
};
-
meta.maintainers = with maintainers; [ gnidorah ];
+
meta.maintainers = with maintainers; [ ];
}
+1 -1
nixos/modules/services/misc/gitweb.nix
···
};
-
meta.maintainers = with maintainers; [ gnidorah ];
+
meta.maintainers = with maintainers; [ ];
}
+1 -1
nixos/modules/services/misc/mame.nix
···
};
};
-
meta.maintainers = with lib.maintainers; [ gnidorah ];
+
meta.maintainers = with lib.maintainers; [ ];
}
+1 -1
nixos/modules/services/networking/hans.nix
···
};
};
-
meta.maintainers = with maintainers; [ gnidorah ];
+
meta.maintainers = with maintainers; [ ];
}
+1 -1
nixos/modules/services/web-servers/nginx/gitweb.nix
···
};
-
meta.maintainers = with maintainers; [ gnidorah ];
+
meta.maintainers = with maintainers; [ ];
}
+1 -1
nixos/modules/services/x11/desktop-managers/cde.nix
···
}];
};
-
meta.maintainers = [ maintainers.gnidorah ];
+
meta.maintainers = [ ];
}
+1 -1
nixos/modules/virtualisation/kvmgt.nix
···
};
};
-
meta.maintainers = with maintainers; [ gnidorah ];
+
meta.maintainers = with maintainers; [ ];
}
+1 -1
pkgs/applications/audio/adlplug/default.nix
···
homepage = src.meta.homepage;
license = licenses.boost;
platforms = platforms.linux;
-
maintainers = with maintainers; [ gnidorah ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/applications/audio/midisheetmusic/default.nix
···
description = "Convert MIDI Files to Piano Sheet Music for two hands";
homepage = "http://midisheetmusic.com";
license = licenses.gpl2;
-
maintainers = [ maintainers.gnidorah ];
+
maintainers = [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/applications/audio/munt/default.nix
···
homepage = "http://munt.sourceforge.net/";
license = with licenses; [ lgpl21 gpl3 ];
platforms = platforms.linux;
-
maintainers = with maintainers; [ gnidorah ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/applications/audio/openmpt123/default.nix
···
description = "A cross-platform command-line based module file player";
homepage = "https://lib.openmpt.org/libopenmpt/";
license = licenses.bsd3;
-
maintainers = with maintainers; [ gnidorah ];
+
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+2 -2
pkgs/applications/audio/uade123/default.nix
···
description = "Plays old Amiga tunes through UAE emulation and cloned m68k-assembler Eagleplayer API";
homepage = "http://zakalwe.fi/uade/";
license = licenses.gpl2;
-
maintainers = [ lib.maintainers.gnidorah ];
-
platforms = lib.platforms.unix;
+
maintainers = [ ];
+
platforms = platforms.unix;
};
}
+1 -1
pkgs/applications/graphics/lazpaint/default.nix
···
homepage = "https://sourceforge.net/projects/lazpaint/";
license = licenses.gpl3;
platforms = platforms.linux;
-
maintainers = with maintainers; [ gnidorah ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/applications/misc/ArchiSteamFarm/default.nix
···
homepage = "https://github.com/JustArchiNET/ArchiSteamFarm";
license = licenses.asl20;
platforms = dotnetCorePackages.aspnetcore_3_1.meta.platforms;
-
maintainers = with maintainers; [ gnidorah ];
+
maintainers = with maintainers; [ ];
hydraPlatforms = [];
};
}
+1 -1
pkgs/applications/misc/cpu-x/default.nix
···
homepage = src.meta.homepage;
license = licenses.gpl3;
platforms = [ "x86_64-linux" ];
-
maintainers = with maintainers; [ gnidorah ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/applications/misc/qdirstat/default.nix
···
description = "Graphical disk usage analyzer";
homepage = src.meta.homepage;
license = licenses.gpl2Plus;
-
maintainers = with maintainers; [ gnidorah ];
+
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/applications/networking/instant-messengers/rambox/default.nix
···
description = "Free and Open Source messaging and emailing app that combines common web applications into one";
homepage = "https://rambox.pro";
license = licenses.mit;
-
maintainers = with maintainers; [ gnidorah ma27 ];
+
maintainers = with maintainers; [ ma27 ];
platforms = ["i686-linux" "x86_64-linux"];
hydraPlatforms = [];
};
+1 -1
pkgs/applications/networking/instant-messengers/vk-messenger/default.nix
···
description = "Simple and Convenient Messaging App for VK";
homepage = "https://vk.com/messenger";
license = licenses.unfree;
-
maintainers = [ maintainers.gnidorah ];
+
maintainers = [ ];
platforms = ["i686-linux" "x86_64-linux" "x86_64-darwin"];
};
+1 -1
pkgs/applications/office/mytetra/default.nix
···
description = "Smart manager for information collecting";
homepage = "https://webhamster.ru/site/page/index/articles/projectcode/138";
license = licenses.gpl3;
-
maintainers = [ maintainers.gnidorah ];
+
maintainers = [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/applications/version-management/git-and-tools/gitweb/default.nix
···
++ [ "${git}/share/gitweb" ];
meta = git.meta // {
-
maintainers = with lib.maintainers; [ gnidorah ];
+
maintainers = with lib.maintainers; [ ];
};
}
+1 -1
pkgs/data/themes/cdetheme/default.nix
···
homepage = "https://www.gnome-look.org/p/1231025";
license = licenses.gpl3;
platforms = platforms.all;
-
maintainers = with maintainers; [ gnidorah ];
+
maintainers = with maintainers; [ ];
hydraPlatforms = [];
};
}
+1 -1
pkgs/data/themes/kde2/default.nix
···
homepage = "https://github.com/repos-holder/kdecoration2-kde2";
license = licenses.bsd2;
platforms = platforms.linux;
-
maintainers = with maintainers; [ gnidorah ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/data/themes/qtcurve/default.nix
···
description = "Widget styles for Qt5/Plasma 5 and gtk2";
platforms = platforms.linux;
license = licenses.lgpl21Plus;
-
maintainers = [ maintainers.gnidorah ];
+
maintainers = [ ];
};
}
+1 -1
pkgs/desktops/cdesktopenv/default.nix
···
description = "Common Desktop Environment";
homepage = "https://sourceforge.net/projects/cdesktopenv/";
license = licenses.lgpl2;
-
maintainers = [ maintainers.gnidorah ];
+
maintainers = [ ];
platforms = [ "i686-linux" "x86_64-linux" ];
};
}
+1 -1
pkgs/development/compilers/pakcs/default.nix
···
with dynamic web pages, prototyping embedded systems).
'';
-
maintainers = with maintainers; [ kkallio gnidorah ];
+
maintainers = with maintainers; [ kkallio ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/development/libraries/gtk-engine-bluecurve/default.nix
···
description = "Original Bluecurve engine from Red Hat's artwork package";
license = lib.licenses.gpl2;
platforms = lib.platforms.linux;
-
maintainers = [ lib.maintainers.gnidorah ];
+
maintainers = [ ];
};
}
+1 -1
pkgs/development/libraries/hotpatch/default.nix
···
description = "Hot patching executables on Linux using .so file injection";
homepage = src.meta.homepage;
license = licenses.bsd3;
-
maintainers = [ maintainers.gnidorah ];
+
maintainers = [ ];
platforms = ["i686-linux" "x86_64-linux"];
};
}
+1 -1
pkgs/development/libraries/kmsxx/default.nix
···
description = "C++11 library, utilities and python bindings for Linux kernel mode setting";
homepage = "https://github.com/tomba/kmsxx";
license = licenses.mpl20;
-
maintainers = with maintainers; [ gnidorah ];
+
maintainers = with maintainers; [ ];
platforms = platforms.linux;
broken = true; # marked broken 2021-03-26
};
+1 -1
pkgs/development/libraries/qtstyleplugins/default.nix
···
description = "Additional style plugins for Qt5, including BB10, GTK, Cleanlooks, Motif, Plastique";
homepage = "http://blog.qt.io/blog/2012/10/30/cleaning-up-styles-in-qt5-and-adding-fusion/";
license = licenses.lgpl21;
-
maintainers = [ maintainers.gnidorah ];
+
maintainers = [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/development/python-modules/midiutil/default.nix
···
homepage = "https://github.com/MarkCWirt/MIDIUtil";
description = "A pure python library for creating multi-track MIDI files";
license = licenses.mit;
-
maintainers = [ maintainers.gnidorah ];
+
maintainers = [ ];
};
}
+1 -1
pkgs/development/python-modules/pydbus/default.nix
···
homepage = "https://github.com/LEW21/pydbus";
description = "Pythonic DBus library";
license = lib.licenses.lgpl2Plus;
-
maintainers = with lib.maintainers; [ gnidorah ];
+
maintainers = with lib.maintainers; [ ];
};
}
+1 -1
pkgs/development/python-modules/pysmf/default.nix
···
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 = [ ];
};
}
+1 -1
pkgs/development/python-modules/python-fontconfig/default.nix
···
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; [ ];
};
}
+1 -1
pkgs/games/iortcw/sp.nix
···
homepage = src.meta.homepage;
license = licenses.gpl3;
platforms = platforms.linux;
-
maintainers = with maintainers; [ gnidorah ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/games/openjk/default.nix
···
homepage = "https://github.com/JACoders/OpenJK";
license = licenses.gpl2;
platforms = platforms.linux;
-
maintainers = with maintainers; [ gnidorah ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/games/openmw/tes3mp.nix
···
homepage = "https://tes3mp.com/";
license = licenses.gpl3;
platforms = [ "x86_64-linux" "i686-linux" ];
-
maintainers = with maintainers; [ gnidorah ];
+
maintainers = with maintainers; [ ];
};
})
+1 -1
pkgs/games/openxray/default.nix
···
license = licenses.unfree // {
url = "https://github.com/OpenXRay/xray-16/blob/xd_dev/License.txt";
};
-
maintainers = [ maintainers.gnidorah ];
+
maintainers = [ ];
platforms = [ "x86_64-linux" "i686-linux" ];
};
}
+1 -1
pkgs/games/quakespasm/vulkan.nix
···
'';
platforms = platforms.linux;
-
maintainers = with maintainers; [ gnidorah ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/misc/emulators/mame/default.nix
···
platforms = platforms.unix;
# makefile needs fixes for install target
badPlatforms = [ "aarch64-linux" ];
-
maintainers = with maintainers; [ gnidorah ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/servers/nas/default.nix
···
description = "A network transparent, client/server audio transport system";
homepage = "http://radscan.com/nas.html";
license = licenses.mit;
-
maintainers = [ maintainers.gnidorah ];
+
maintainers = [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/tools/audio/mididings/default.nix
···
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
pkgs/tools/audio/opl3bankeditor/default.nix
···
homepage = src.meta.homepage;
license = licenses.gpl3;
platforms = platforms.linux;
-
maintainers = with maintainers; [ gnidorah ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/tools/audio/video2midi/default.nix
···
description = "Youtube synthesia video to midi conversion tool";
homepage = src.meta.homepage;
license = licenses.gpl3;
-
maintainers = [ maintainers.gnidorah ];
+
maintainers = [ ];
platforms = platforms.linux;
};
}
+1 -1
pkgs/tools/graphics/twilight/default.nix
···
homepage = src.meta.homepage;
license = licenses.mit;
platforms = platforms.linux;
-
maintainers = with maintainers; [ gnidorah ];
+
maintainers = with maintainers; [ ];
};
}
+1 -1
pkgs/tools/misc/me_cleaner/default.nix
···
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
pkgs/tools/misc/woeusb/default.nix
···
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
pkgs/tools/networking/phodav/default.nix
···
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
pkgs/tools/system/ps_mem/default.nix
···
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;
};
}