mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
Add myself as a maintainer to a bunch of packages.
This commit is contained in:
parent
c30b23166b
commit
332395b262
@ -23,5 +23,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A GitHub specific wrapper for git";
|
description = "A GitHub specific wrapper for git";
|
||||||
homepage = "http://defunkt.io/hub/";
|
homepage = "http://defunkt.io/hub/";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -6,6 +6,7 @@ stdenv.mkDerivation {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://s48.org/;
|
homepage = http://s48.org/;
|
||||||
description = "Scheme 48";
|
description = "Scheme 48";
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
|
||||||
};
|
};
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
@ -100,5 +100,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.ffmpeg.org/;
|
homepage = http://www.ffmpeg.org/;
|
||||||
description = "A complete, cross-platform solution to record, convert and stream audio and video";
|
description = "A complete, cross-platform solution to record, convert and stream audio and video";
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -15,5 +15,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://www.httrack.com";
|
homepage = "http://www.httrack.com";
|
||||||
description = "Easy-to-use offline browser utility";
|
description = "Easy-to-use offline browser utility";
|
||||||
license = stdenv.lib.licenses.gpl3;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -11,5 +11,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
homepage = "http://fping.org/";
|
homepage = "http://fping.org/";
|
||||||
description = "Send ICMP echo probes to network hosts";
|
description = "Send ICMP echo probes to network hosts";
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user