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";
|
description = "modern and lightweight direct connect client with a friendly ncurses interface";
|
||||||
homepage = http://dev.yorhel.nl/ncdc;
|
homepage = http://dev.yorhel.nl/ncdc;
|
||||||
license = stdenv.lib.licenses.mit;
|
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/";
|
homepage = "http://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/";
|
||||||
description = "Userland tools for the f2fs filesystem";
|
description = "Userland tools for the f2fs filesystem";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
maintainers = [ stdenv.lib.maintainers.emery ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user