mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
stow: add sarcasticadmin as maintainer (#181781)
* Adding sarcasticadmin as maintainer of stow pkg * Update pkgs/tools/misc/stow/default.nix Co-authored-by: Winter <winter@winter.cafe>
This commit is contained in:
parent
0831052156
commit
377cb19b00
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
meta = with lib; {
|
||||
description = "A tool for managing the installation of multiple software packages in the same run-time directory tree";
|
||||
|
||||
longDescription = ''
|
||||
@ -29,8 +29,9 @@ stdenv.mkDerivation {
|
||||
as .../share, .../man, and so on.
|
||||
'';
|
||||
|
||||
license = lib.licenses.gpl3Plus;
|
||||
license = licenses.gpl3Plus;
|
||||
homepage = "https://www.gnu.org/software/stow/";
|
||||
platforms = lib.platforms.all;
|
||||
maintainers = with maintainers; [ sarcasticadmin ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user