mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-30 14:11:21 +00:00
maintainers: capitalize the Profpatsch attribute (vanity)
Since I’m already at it, this has been bothering me for a while.
This commit is contained in:
parent
2922bee722
commit
53e790e7a8
@ -553,7 +553,7 @@
|
||||
pradeepchhetri = "Pradeep Chhetri <pradeep.chhetri89@gmail.com>";
|
||||
prikhi = "Pavan Rikhi <pavan.rikhi@gmail.com>";
|
||||
primeos = "Michael Weiss <dev.primeos@gmail.com>";
|
||||
profpatsch = "Profpatsch <mail@profpatsch.de>";
|
||||
Profpatsch = "Profpatsch <mail@profpatsch.de>";
|
||||
proglodyte = "Proglodyte <proglodyte23@gmail.com>";
|
||||
pshendry = "Paul Hendry <paul@pshendry.com>";
|
||||
psibi = "Sibi <sibi@psibi.in>";
|
||||
|
@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
homepage = http://lilyterm.luna.com.tw/;
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ AndersonTorres profpatsch ];
|
||||
maintainers = with maintainers; [ AndersonTorres Profpatsch ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Mini Web server that let others upload files to your computer";
|
||||
homepage = http://stackp.online.fr/droopy;
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.profpatsch ];
|
||||
maintainers = [ maintainers.Profpatsch ];
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -24,6 +24,6 @@ buildPythonApplication rec {
|
||||
description = "A tool that converts RSS/Atom newsfeeds to email.";
|
||||
homepage = https://pypi.python.org/pypi/rss2email;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ jb55 profpatsch ];
|
||||
maintainers = with maintainers; [ jb55 Profpatsch ];
|
||||
};
|
||||
}
|
||||
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
description = "A fork of libqtelegram by Aseman, using qmake";
|
||||
homepage = src.meta.homepage;
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.profpatsch ];
|
||||
maintainers = [ maintainers.Profpatsch ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Telegram API tools for QtQml and Qml";
|
||||
homepage = src.meta.homepage;
|
||||
license = licenses.gpl3;
|
||||
maintainers = [ maintainers.profpatsch ];
|
||||
maintainers = [ maintainers.Profpatsch ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
|
@ -41,6 +41,6 @@ buildRustPackage rec {
|
||||
inherit (src.meta) homepage;
|
||||
description = "Decentralized Issue Tracking for git";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ profpatsch matthiasbeyer ];
|
||||
maintainers = with maintainers; [ Profpatsch matthiasbeyer ];
|
||||
};
|
||||
}
|
||||
|
@ -30,7 +30,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "Convert parts of a video while you are watching it in mpv";
|
||||
homepage = https://gist.github.com/Zehkul/25ea7ae77b30af959be0;
|
||||
maintainers = [ lib.maintainers.profpatsch ];
|
||||
maintainers = [ lib.maintainers.Profpatsch ];
|
||||
longDescription = ''
|
||||
When this script is loaded into mpv, you can hit Alt+W to mark the beginning
|
||||
and Alt+W again to mark the end of the clip. Then a settings window opens.
|
||||
|
@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = https://beej.us/guide/bgnet/;
|
||||
license = lib.licenses.unfree;
|
||||
|
||||
maintainers = with lib.maintainers; [ profpatsch ];
|
||||
maintainers = with lib.maintainers; [ Profpatsch ];
|
||||
};
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
homepage = http://mustache.github.io/;
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ profpatsch ];
|
||||
maintainers = with lib.maintainers; [ Profpatsch ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
@ -20,7 +20,7 @@ fetchzip {
|
||||
See https://github.com/tonsky/FiraCode/issues/211.
|
||||
'';
|
||||
license = licenses.ofl;
|
||||
maintainers = [ maintainers.profpatsch ];
|
||||
maintainers = [ maintainers.Profpatsch ];
|
||||
homepage = "https://github.com/tonsky/FiraCode/issues/211#issuecomment-239058632";
|
||||
};
|
||||
}
|
||||
|
@ -20,6 +20,6 @@ in fetchzip {
|
||||
description = "A font with ligatures for Haskell code based off Source Code Pro";
|
||||
license = licenses.ofl;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ davidrusu profpatsch ];
|
||||
maintainers = with maintainers; [ davidrusu Profpatsch ];
|
||||
};
|
||||
}
|
||||
|
@ -46,6 +46,6 @@ stdenv.mkDerivation rec {
|
||||
license = stdenv.lib.licenses.ofl;
|
||||
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = with stdenv.lib.maintainers; [ bergey profpatsch ];
|
||||
maintainers = with stdenv.lib.maintainers; [ bergey Profpatsch ];
|
||||
};
|
||||
}
|
||||
|
@ -35,6 +35,6 @@ in fetchzip {
|
||||
homepage = https://github.com/impallari/Raleway;
|
||||
license = stdenv.lib.licenses.ofl;
|
||||
|
||||
maintainers = with stdenv.lib.maintainers; [ profpatsch ];
|
||||
maintainers = with stdenv.lib.maintainers; [ Profpatsch ];
|
||||
};
|
||||
}
|
||||
|
@ -22,5 +22,5 @@ mkDerivation rec {
|
||||
|
||||
description = "An experimental package manager for PureScript";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ profpatsch ];
|
||||
maintainers = with lib.maintainers; [ Profpatsch ];
|
||||
}
|
||||
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Mount Android phones on Linux with adb, no root required";
|
||||
inherit (src.meta) homepage;
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ profpatsch ];
|
||||
maintainers = with maintainers; [ Profpatsch ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Old-school vertical shoot-em-up / bullet hell";
|
||||
homepage = http://garden.sourceforge.net/drupal/;
|
||||
maintainers = with maintainers; [ profpatsch ];
|
||||
maintainers = with maintainers; [ Profpatsch ];
|
||||
license = licenses.gpl3;
|
||||
};
|
||||
|
||||
|
@ -42,6 +42,6 @@ in stdenv.mkDerivation rec {
|
||||
homepage = http://ultrastardx.sourceforge.net/;
|
||||
description = "Free and open source karaoke game";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ profpatsch ];
|
||||
maintainers = with maintainers; [ Profpatsch ];
|
||||
};
|
||||
}
|
||||
|
@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Extract the initial/default boot image from a CD image if existent";
|
||||
homepage = https://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/;
|
||||
maintainers = [ maintainers.profpatsch ];
|
||||
maintainers = [ maintainers.Profpatsch ];
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
|
||||
|
@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://mktorrent.sourceforge.net/;
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
description = "Command line utility to create BitTorrent metainfo files";
|
||||
maintainers = with stdenv.lib.maintainers; [viric profpatsch];
|
||||
maintainers = with stdenv.lib.maintainers; [viric Profpatsch];
|
||||
};
|
||||
}
|
||||
|
@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Ultrastar karaoke song creation tool";
|
||||
homepage = https://github.com/UltraStar-Deluxe/UltraStar-Creator;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ profpatsch ];
|
||||
maintainers = with maintainers; [ Profpatsch ];
|
||||
};
|
||||
}
|
||||
|
@ -115,6 +115,6 @@ in stdenv.mkDerivation {
|
||||
description = "Ultrastar karaoke song manager";
|
||||
homepage = https://github.com/UltraStar-Deluxe/UltraStar-Manager;
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ profpatsch ];
|
||||
maintainers = with maintainers; [ Profpatsch ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user