forked from mirrors/nixpkgs
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:
parent
bf3a548c52
commit
27d6965d8e
|
@ -88,7 +88,7 @@ let unwrapped = stdenv.mkDerivation rec {
|
|||
homepage = "https://pidgin.im/";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.vcunat ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "http://tiptop.gforge.inria.fr";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.vcunat ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue