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:
Profpatsch
2018-02-12 07:24:50 +01:00
parent 2922bee722
commit 53e790e7a8
22 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -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.