treewide maintainers: remove myself from a few places
It will better reflect the reality of the past few years.
This commit is contained in:
parent
73e17a3594
commit
9a650af266
@ -118,6 +118,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://fontconfig.org/";
|
homepage = "http://fontconfig.org/";
|
||||||
license = licenses.bsd2; # custom but very bsd-like
|
license = licenses.bsd2; # custom but very bsd-like
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.vcunat ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
license = lib.licenses.lgpl2Plus;
|
license = lib.licenses.lgpl2Plus;
|
||||||
|
|
||||||
maintainers = with lib.maintainers; [ raskin vcunat ];
|
maintainers = with lib.maintainers; [ raskin ];
|
||||||
platforms = lib.platforms.unix;
|
platforms = lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
|
|
||||||
maintainers = with maintainers; [ raskin vcunat ];
|
maintainers = with maintainers; [ raskin ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -85,7 +85,7 @@ stdenv.mkDerivation rec {
|
|||||||
'';
|
'';
|
||||||
homepage = "https://gtkmm.org/";
|
homepage = "https://gtkmm.org/";
|
||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
maintainers = teams.gnome.members ++ (with maintainers; [ raskin vcunat ]);
|
maintainers = teams.gnome.members ++ (with maintainers; [ raskin ]);
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -143,7 +143,7 @@ core = stdenv.mkDerivation rec {
|
|||||||
description = "Basic binaries for TeX Live";
|
description = "Basic binaries for TeX Live";
|
||||||
homepage = "http://www.tug.org/texlive";
|
homepage = "http://www.tug.org/texlive";
|
||||||
license = lib.licenses.gpl2;
|
license = lib.licenses.gpl2;
|
||||||
maintainers = with maintainers; [ vcunat veprbl lovek323 raskin jwiegley ];
|
maintainers = with maintainers; [ veprbl lovek323 raskin jwiegley ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user