Add myself as maintainer for skarnet software
This commit is contained in:
parent
70cb6e67c0
commit
9835f18fbd
@ -30,6 +30,7 @@ in stdenv.mkDerivation rec {
|
||||
description = "A set of general-purpose C programming libraries";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
license = stdenv.lib.licenses.isc;
|
||||
maintainers = with stdenv.lib.maintainers; [ pmahoney ];
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -28,6 +28,7 @@ in stdenv.mkDerivation rec {
|
||||
description = "A set of minimalistic Linux-specific system utilities";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
license = stdenv.lib.licenses.isc;
|
||||
maintainers = with stdenv.lib.maintainers; [ pmahoney ];
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -38,6 +38,7 @@ in stdenv.mkDerivation rec {
|
||||
description = "skarnet.org's small & secure supervision software suite";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
license = stdenv.lib.licenses.isc;
|
||||
maintainers = with stdenv.lib.maintainers; [ pmahoney ];
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -32,6 +32,7 @@ in stdenv.mkDerivation rec {
|
||||
description = "A small scripting language, to be used in place of a shell in non-interactive scripts";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
license = stdenv.lib.licenses.isc;
|
||||
maintainers = with stdenv.lib.maintainers; [ pmahoney ];
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -27,6 +27,7 @@ in stdenv.mkDerivation rec {
|
||||
description = "A set of tiny general Unix utilities optimized for simplicity and small size";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
license = stdenv.lib.licenses.isc;
|
||||
maintainers = with stdenv.lib.maintainers; [ pmahoney ];
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -32,6 +32,7 @@ in stdenv.mkDerivation rec {
|
||||
description = "A suite of DNS client programs and libraries for Unix systems";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
license = stdenv.lib.licenses.isc;
|
||||
maintainers = with stdenv.lib.maintainers; [ pmahoney ];
|
||||
};
|
||||
|
||||
}
|
||||
|
@ -39,6 +39,7 @@ in stdenv.mkDerivation rec {
|
||||
description = "A suite of small networking utilities for Unix systems";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
license = stdenv.lib.licenses.isc;
|
||||
maintainers = with stdenv.lib.maintainers; [ pmahoney ];
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user