forked from mirrors/nixpkgs
Merge pull request #108555 from Enzime/remove/maintainer-status
treewide: stop maintaining most packages
This commit is contained in:
commit
fd0c2add78
|
@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://repo.or.cz/w/llpp.git";
|
||||
description = "A MuPDF based PDF pager written in OCaml";
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ pSub enzime ];
|
||||
maintainers = with maintainers; [ pSub ];
|
||||
license = licenses.gpl3;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -82,7 +82,7 @@ stdenv.mkDerivation rec {
|
|||
description = "Share one mouse and keyboard between multiple computers";
|
||||
homepage = "http://synergy-project.org/";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ enzime ];
|
||||
maintainers = with maintainers; [ ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -48,6 +48,6 @@ pythonPackages.buildPythonApplication rec {
|
|||
'';
|
||||
license = licenses.bsd2;
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ dezgeg zraexy enzime ];
|
||||
maintainers = with maintainers; [ dezgeg zraexy ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
license = licenses.mit;
|
||||
homepage = "https://github.com/yshui/picom";
|
||||
maintainers = with maintainers; [ ertes enzime twey ];
|
||||
maintainers = with maintainers; [ ertes twey ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
platforms = platforms.linux ++ platforms.darwin;
|
||||
maintainers = with maintainers; [ enzime ];
|
||||
maintainers = with maintainers; [ ];
|
||||
license = stdenv.lib.licenses.lgpl3;
|
||||
description = "An opensource database of photographic lenses and their characteristics";
|
||||
homepage = "http://lensfun.sourceforge.net/";
|
||||
|
|
|
@ -13,6 +13,6 @@ python3Packages.buildPythonApplication rec {
|
|||
description = "A collaborative terminal. In practice, it's similar to a shared screen or tmux session";
|
||||
homepage = "https://floobits.com/help/flootty";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ sellout enzime ];
|
||||
maintainers = with maintainers; [ sellout ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -196,6 +196,6 @@ buildPythonApplication rec {
|
|||
license = licenses.agpl3Plus;
|
||||
broken = stdenv.hostPlatform.isAarch64;
|
||||
platforms = platforms.mesaPlatforms;
|
||||
maintainers = with maintainers; [ oxij Profpatsch enzime ];
|
||||
maintainers = with maintainers; [ oxij Profpatsch ];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -63,6 +63,6 @@ buildPythonPackage rec {
|
|||
'';
|
||||
license = licenses.publicDomain;
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
maintainers = with maintainers; [ bluescreen303 phreedom AndersonTorres fpletz enzime ma27 zowoq ];
|
||||
maintainers = with maintainers; [ bluescreen303 phreedom AndersonTorres fpletz ma27 zowoq ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue