pidgin, libmaxminddb, simutrans, tiptop: remove myself

... from meta.maintainers.  I haven't been willing to spend
nontrivial effort on these packages in the past year or more.
I don't use them anymore.
This commit is contained in:
Vladimír Čunát 2022-07-09 09:05:55 +02:00
parent bf3a548c52
commit 27d6965d8e
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
4 changed files with 4 additions and 4 deletions

View file

@ -88,7 +88,7 @@ let unwrapped = stdenv.mkDerivation rec {
homepage = "https://pidgin.im/";
license = licenses.gpl2Plus;
platforms = platforms.unix;
maintainers = [ maintainers.vcunat ];
maintainers = [ ];
};
};

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
description = "C library for working with MaxMind geolocation DB files";
homepage = "https://github.com/maxmind/libmaxminddb";
license = licenses.asl20;
maintainers = [ maintainers.vcunat ];
maintainers = [ ];
mainProgram = "mmdblookup";
platforms = platforms.all;
};

View file

@ -163,7 +163,7 @@ let
homepage = "http://www.simutrans.com/";
license = with licenses; [ artistic1 gpl1Plus ];
maintainers = with maintainers; [ vcunat phile314 ];
maintainers = with maintainers; [ phile314 ];
platforms = with platforms; linux; # TODO: ++ darwin;
};
};

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
homepage = "http://tiptop.gforge.inria.fr";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ maintainers.vcunat ];
maintainers = [ ];
};
}