lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

maintainers: capitalize the Profpatsch attribute (vanity)

Since I’m already at it, this has been bothering me for a while.

+22 -22
+1 -1
lib/maintainers.nix
··· 553 553 pradeepchhetri = "Pradeep Chhetri <pradeep.chhetri89@gmail.com>"; 554 554 prikhi = "Pavan Rikhi <pavan.rikhi@gmail.com>"; 555 555 primeos = "Michael Weiss <dev.primeos@gmail.com>"; 556 - profpatsch = "Profpatsch <mail@profpatsch.de>"; 556 + Profpatsch = "Profpatsch <mail@profpatsch.de>"; 557 557 proglodyte = "Proglodyte <proglodyte23@gmail.com>"; 558 558 pshendry = "Paul Hendry <paul@pshendry.com>"; 559 559 psibi = "Sibi <sibi@psibi.in>";
+1 -1
pkgs/applications/misc/lilyterm/default.nix
··· 52 52 ''; 53 53 homepage = http://lilyterm.luna.com.tw/; 54 54 license = licenses.gpl3; 55 - maintainers = with maintainers; [ AndersonTorres profpatsch ]; 55 + maintainers = with maintainers; [ AndersonTorres Profpatsch ]; 56 56 platforms = platforms.linux; 57 57 }; 58 58 }
+1 -1
pkgs/applications/networking/droopy/default.nix
··· 25 25 description = "Mini Web server that let others upload files to your computer"; 26 26 homepage = http://stackp.online.fr/droopy; 27 27 license = licenses.bsd3; 28 - maintainers = [ maintainers.profpatsch ]; 28 + maintainers = [ maintainers.Profpatsch ]; 29 29 }; 30 30 31 31 }
+1 -1
pkgs/applications/networking/feedreaders/rss2email/default.nix
··· 24 24 description = "A tool that converts RSS/Atom newsfeeds to email."; 25 25 homepage = https://pypi.python.org/pypi/rss2email; 26 26 license = licenses.gpl2; 27 - maintainers = with maintainers; [ jb55 profpatsch ]; 27 + maintainers = with maintainers; [ jb55 Profpatsch ]; 28 28 }; 29 29 }
+1 -1
pkgs/applications/networking/instant-messengers/telegram/libqtelegram-aseman-edition/default.nix
··· 25 25 description = "A fork of libqtelegram by Aseman, using qmake"; 26 26 homepage = src.meta.homepage; 27 27 license = licenses.gpl3; 28 - maintainers = [ maintainers.profpatsch ]; 28 + maintainers = [ maintainers.Profpatsch ]; 29 29 platforms = platforms.linux; 30 30 }; 31 31
+1 -1
pkgs/applications/networking/instant-messengers/telegram/telegram-qml/default.nix
··· 28 28 description = "Telegram API tools for QtQml and Qml"; 29 29 homepage = src.meta.homepage; 30 30 license = licenses.gpl3; 31 - maintainers = [ maintainers.profpatsch ]; 31 + maintainers = [ maintainers.Profpatsch ]; 32 32 platforms = platforms.linux; 33 33 }; 34 34
+1 -1
pkgs/applications/version-management/git-and-tools/git-dit/default.nix
··· 41 41 inherit (src.meta) homepage; 42 42 description = "Decentralized Issue Tracking for git"; 43 43 license = licenses.gpl2; 44 - maintainers = with maintainers; [ profpatsch matthiasbeyer ]; 44 + maintainers = with maintainers; [ Profpatsch matthiasbeyer ]; 45 45 }; 46 46 }
+1 -1
pkgs/applications/video/mpv/scripts/convert.nix
··· 30 30 meta = { 31 31 description = "Convert parts of a video while you are watching it in mpv"; 32 32 homepage = https://gist.github.com/Zehkul/25ea7ae77b30af959be0; 33 - maintainers = [ lib.maintainers.profpatsch ]; 33 + maintainers = [ lib.maintainers.Profpatsch ]; 34 34 longDescription = '' 35 35 When this script is loaded into mpv, you can hit Alt+W to mark the beginning 36 36 and Alt+W again to mark the end of the clip. Then a settings window opens.
+1 -1
pkgs/data/documentation/bgnet/default.nix
··· 27 27 homepage = https://beej.us/guide/bgnet/; 28 28 license = lib.licenses.unfree; 29 29 30 - maintainers = with lib.maintainers; [ profpatsch ]; 30 + maintainers = with lib.maintainers; [ Profpatsch ]; 31 31 }; 32 32 }
+1 -1
pkgs/data/documentation/mustache-spec/default.nix
··· 36 36 37 37 homepage = http://mustache.github.io/; 38 38 license = lib.licenses.mit; 39 - maintainers = with lib.maintainers; [ profpatsch ]; 39 + maintainers = with lib.maintainers; [ Profpatsch ]; 40 40 platforms = lib.platforms.all; 41 41 }; 42 42 }
+1 -1
pkgs/data/fonts/fira-code/symbols.nix
··· 20 20 See https://github.com/tonsky/FiraCode/issues/211. 21 21 ''; 22 22 license = licenses.ofl; 23 - maintainers = [ maintainers.profpatsch ]; 23 + maintainers = [ maintainers.Profpatsch ]; 24 24 homepage = "https://github.com/tonsky/FiraCode/issues/211#issuecomment-239058632"; 25 25 }; 26 26 }
+1 -1
pkgs/data/fonts/hasklig/default.nix
··· 20 20 description = "A font with ligatures for Haskell code based off Source Code Pro"; 21 21 license = licenses.ofl; 22 22 platforms = platforms.all; 23 - maintainers = with maintainers; [ davidrusu profpatsch ]; 23 + maintainers = with maintainers; [ davidrusu Profpatsch ]; 24 24 }; 25 25 }
+1 -1
pkgs/data/fonts/league-of-moveable-type/default.nix
··· 46 46 license = stdenv.lib.licenses.ofl; 47 47 48 48 platforms = stdenv.lib.platforms.all; 49 - maintainers = with stdenv.lib.maintainers; [ bergey profpatsch ]; 49 + maintainers = with stdenv.lib.maintainers; [ bergey Profpatsch ]; 50 50 }; 51 51 }
+1 -1
pkgs/data/fonts/raleway/default.nix
··· 35 35 homepage = https://github.com/impallari/Raleway; 36 36 license = stdenv.lib.licenses.ofl; 37 37 38 - maintainers = with stdenv.lib.maintainers; [ profpatsch ]; 38 + maintainers = with stdenv.lib.maintainers; [ Profpatsch ]; 39 39 }; 40 40 }
+1 -1
pkgs/development/compilers/purescript/psc-package/default.nix
··· 22 22 23 23 description = "An experimental package manager for PureScript"; 24 24 license = licenses.bsd3; 25 - maintainers = with lib.maintainers; [ profpatsch ]; 25 + maintainers = with lib.maintainers; [ Profpatsch ]; 26 26 }
+1 -1
pkgs/development/mobile/adbfs-rootless/default.nix
··· 36 36 description = "Mount Android phones on Linux with adb, no root required"; 37 37 inherit (src.meta) homepage; 38 38 license = licenses.bsd3; 39 - maintainers = with maintainers; [ profpatsch ]; 39 + maintainers = with maintainers; [ Profpatsch ]; 40 40 platforms = platforms.linux; 41 41 }; 42 42 }
+1 -1
pkgs/games/garden-of-coloured-lights/default.nix
··· 20 20 meta = with stdenv.lib; { 21 21 description = "Old-school vertical shoot-em-up / bullet hell"; 22 22 homepage = http://garden.sourceforge.net/drupal/; 23 - maintainers = with maintainers; [ profpatsch ]; 23 + maintainers = with maintainers; [ Profpatsch ]; 24 24 license = licenses.gpl3; 25 25 }; 26 26
+1 -1
pkgs/games/ultrastardx/default.nix
··· 42 42 homepage = http://ultrastardx.sourceforge.net/; 43 43 description = "Free and open source karaoke game"; 44 44 license = licenses.gpl2Plus; 45 - maintainers = with maintainers; [ profpatsch ]; 45 + maintainers = with maintainers; [ Profpatsch ]; 46 46 }; 47 47 }
+1 -1
pkgs/tools/misc/geteltorito/default.nix
··· 41 41 meta = with stdenv.lib; { 42 42 description = "Extract the initial/default boot image from a CD image if existent"; 43 43 homepage = https://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito/; 44 - maintainers = [ maintainers.profpatsch ]; 44 + maintainers = [ maintainers.Profpatsch ]; 45 45 license = licenses.gpl2; 46 46 }; 47 47
+1 -1
pkgs/tools/misc/mktorrent/default.nix
··· 25 25 homepage = http://mktorrent.sourceforge.net/; 26 26 license = stdenv.lib.licenses.gpl2Plus; 27 27 description = "Command line utility to create BitTorrent metainfo files"; 28 - maintainers = with stdenv.lib.maintainers; [viric profpatsch]; 28 + maintainers = with stdenv.lib.maintainers; [viric Profpatsch]; 29 29 }; 30 30 }
+1 -1
pkgs/tools/misc/ultrastar-creator/default.nix
··· 35 35 description = "Ultrastar karaoke song creation tool"; 36 36 homepage = https://github.com/UltraStar-Deluxe/UltraStar-Creator; 37 37 license = licenses.gpl2; 38 - maintainers = with maintainers; [ profpatsch ]; 38 + maintainers = with maintainers; [ Profpatsch ]; 39 39 }; 40 40 }
+1 -1
pkgs/tools/misc/ultrastar-manager/default.nix
··· 115 115 description = "Ultrastar karaoke song manager"; 116 116 homepage = https://github.com/UltraStar-Deluxe/UltraStar-Manager; 117 117 license = licenses.gpl2; 118 - maintainers = with maintainers; [ profpatsch ]; 118 + maintainers = with maintainers; [ Profpatsch ]; 119 119 }; 120 120 }