tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
genext2fs: add meta.{platforms,license,maintainers}
Bjørn Forsman
11 years ago
c42d36de
e088fd03
+4
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
filesystems
genext2fs
default.nix
+4
-1
pkgs/tools/filesystems/genext2fs/default.nix
···
8
8
sha256 = "1z7czvsf3ircvz2cw1cf53yifsq29ljxmj15hbgc79l6gbxbnka0";
9
9
};
10
10
11
11
-
meta = {
11
11
+
meta = with stdenv.lib; {
12
12
homepage = http://genext2fs.sourceforge.net/;
13
13
description = "A tool to generate ext2 filesystem images without requiring root privileges";
14
14
+
license = licenses.gpl2;
15
15
+
platforms = platforms.all;
16
16
+
maintainers = [ maintainers.bjornfor ];
14
17
};
15
18
}