Remove myself as maintainer

This commit is contained in:
Moritz Maxeiner 2018-03-11 00:46:41 +01:00
parent 8332b7aef9
commit 12a70fd571
8 changed files with 8 additions and 13 deletions

View file

@ -636,11 +636,6 @@
github = "calbrecht";
name = "Christian Albrecht";
};
calrama = {
email = "moritz@ucworks.org";
github = "MoritzMaxeiner";
name = "Moritz Maxeiner";
};
calvertvl = {
email = "calvertvl@gmail.com";
github = "calvertvl";

View file

@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
description = "Desktop client for Seafile, the Next-generation Open Source Cloud Storage";
license = licenses.asl20;
platforms = platforms.linux;
maintainers = [ maintainers.calrama ];
maintainers = [ ];
};
}

View file

@ -28,6 +28,6 @@ stdenv.mkDerivation rec
description = "A simple and easy-to-use C language RPC framework (including both server side & client side) based on GObject System";
license = stdenv.lib.licenses.lgpl3;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.calrama ];
maintainers = [ ];
};
}

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
homepage = http://opensource.yubico.com/yubico-c/;
description = "C library for manipulating Yubico YubiKey One-Time Passwords (OTPs)";
license = licenses.bsd2;
maintainers = with maintainers; [ calrama wkennington ];
maintainers = with maintainers; [ wkennington ];
platforms = platforms.unix;
};
}

View file

@ -19,6 +19,6 @@ stdenv.mkDerivation rec
description = "A small, easy to use Open Source Database Connection Pool Library";
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.calrama ];
maintainers = [ ];
};
}
}

View file

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
description = "Shared components of Seafile: seafile-daemon, libseafile, libseafile python bindings, manuals, and icons";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = [ maintainers.calrama ];
maintainers = [ ];
};
}

View file

@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
description = "A library and command line tool to personalize YubiKeys";
license = licenses.bsd2;
platforms = platforms.unix;
maintainers = with maintainers; [ wkennington calrama ];
maintainers = with maintainers; [ wkennington ];
};
}

View file

@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
description = "A framework for writing networked applications in C";
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = [ maintainers.calrama ];
maintainers = [ ];
};
}