lol

Remove myself as maintainer

+8 -13
-5
maintainers/maintainer-list.nix
··· 636 github = "calbrecht"; 637 name = "Christian Albrecht"; 638 }; 639 - calrama = { 640 - email = "moritz@ucworks.org"; 641 - github = "MoritzMaxeiner"; 642 - name = "Moritz Maxeiner"; 643 - }; 644 calvertvl = { 645 email = "calvertvl@gmail.com"; 646 github = "calvertvl";
··· 636 github = "calbrecht"; 637 name = "Christian Albrecht"; 638 }; 639 calvertvl = { 640 email = "calvertvl@gmail.com"; 641 github = "calvertvl";
+1 -1
pkgs/applications/networking/seafile-client/default.nix
··· 32 description = "Desktop client for Seafile, the Next-generation Open Source Cloud Storage"; 33 license = licenses.asl20; 34 platforms = platforms.linux; 35 - maintainers = [ maintainers.calrama ]; 36 }; 37 }
··· 32 description = "Desktop client for Seafile, the Next-generation Open Source Cloud Storage"; 33 license = licenses.asl20; 34 platforms = platforms.linux; 35 + maintainers = [ ]; 36 }; 37 }
+1 -1
pkgs/development/libraries/libsearpc/default.nix
··· 28 description = "A simple and easy-to-use C language RPC framework (including both server side & client side) based on GObject System"; 29 license = stdenv.lib.licenses.lgpl3; 30 platforms = stdenv.lib.platforms.linux; 31 - maintainers = [ stdenv.lib.maintainers.calrama ]; 32 }; 33 }
··· 28 description = "A simple and easy-to-use C language RPC framework (including both server side & client side) based on GObject System"; 29 license = stdenv.lib.licenses.lgpl3; 30 platforms = stdenv.lib.platforms.linux; 31 + maintainers = [ ]; 32 }; 33 }
+1 -1
pkgs/development/libraries/libyubikey/default.nix
··· 12 homepage = http://opensource.yubico.com/yubico-c/; 13 description = "C library for manipulating Yubico YubiKey One-Time Passwords (OTPs)"; 14 license = licenses.bsd2; 15 - maintainers = with maintainers; [ calrama wkennington ]; 16 platforms = platforms.unix; 17 }; 18 }
··· 12 homepage = http://opensource.yubico.com/yubico-c/; 13 description = "C library for manipulating Yubico YubiKey One-Time Passwords (OTPs)"; 14 license = licenses.bsd2; 15 + maintainers = with maintainers; [ wkennington ]; 16 platforms = platforms.unix; 17 }; 18 }
+2 -2
pkgs/development/libraries/libzdb/default.nix
··· 19 description = "A small, easy to use Open Source Database Connection Pool Library"; 20 license = stdenv.lib.licenses.gpl3; 21 platforms = stdenv.lib.platforms.linux; 22 - maintainers = [ stdenv.lib.maintainers.calrama ]; 23 }; 24 - }
··· 19 description = "A small, easy to use Open Source Database Connection Pool Library"; 20 license = stdenv.lib.licenses.gpl3; 21 platforms = stdenv.lib.platforms.linux; 22 + maintainers = [ ]; 23 }; 24 + }
+1 -1
pkgs/misc/seafile-shared/default.nix
··· 30 description = "Shared components of Seafile: seafile-daemon, libseafile, libseafile python bindings, manuals, and icons"; 31 license = licenses.gpl3; 32 platforms = platforms.linux; 33 - maintainers = [ maintainers.calrama ]; 34 }; 35 }
··· 30 description = "Shared components of Seafile: seafile-daemon, libseafile, libseafile python bindings, manuals, and icons"; 31 license = licenses.gpl3; 32 platforms = platforms.linux; 33 + maintainers = [ ]; 34 }; 35 }
+1 -1
pkgs/tools/misc/yubikey-personalization/default.nix
··· 28 description = "A library and command line tool to personalize YubiKeys"; 29 license = licenses.bsd2; 30 platforms = platforms.unix; 31 - maintainers = with maintainers; [ wkennington calrama ]; 32 }; 33 }
··· 28 description = "A library and command line tool to personalize YubiKeys"; 29 license = licenses.bsd2; 30 platforms = platforms.unix; 31 + maintainers = with maintainers; [ wkennington ]; 32 }; 33 }
+1 -1
pkgs/tools/networking/ccnet/default.nix
··· 20 description = "A framework for writing networked applications in C"; 21 license = licenses.gpl3Plus; 22 platforms = platforms.linux; 23 - maintainers = [ maintainers.calrama ]; 24 }; 25 }
··· 20 description = "A framework for writing networked applications in C"; 21 license = licenses.gpl3Plus; 22 platforms = platforms.linux; 23 + maintainers = [ ]; 24 }; 25 }