lol

Remove myself as maintainer

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