mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
f2fs-tools,ncdc: set platform and add myself to maintainers
This commit is contained in:
parent
5441b1a98b
commit
09cdc6edf5
@ -15,5 +15,7 @@ stdenv.mkDerivation rec {
|
||||
description = "modern and lightweight direct connect client with a friendly ncurses interface";
|
||||
homepage = http://dev.yorhel.nl/ncdc;
|
||||
license = stdenv.lib.licenses.mit;
|
||||
platforms = stdenv.lib.platforms.linux; # arbitrary
|
||||
maintainers = [ stdenv.lib.maintainers.emery ];
|
||||
};
|
||||
}
|
||||
|
@ -21,5 +21,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/";
|
||||
description = "Userland tools for the f2fs filesystem";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.maintainers.emery ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user