tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
maeparser: refresh meta
authored by
Bobby Rong
and committed by
GitHub
3 years ago
dcd82ae5
832c7507
+3
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
maeparser
default.nix
+3
-1
pkgs/development/libraries/maeparser/default.nix
···
21
21
buildInputs = [ boost zlib ];
22
22
23
23
meta = with lib; {
24
24
-
description = "maestro file parser";
24
24
+
homepage = "https://github.com/schrodinger/maeparser";
25
25
+
description = "Maestro file parser";
25
26
maintainers = [ maintainers.rmcgibbo ];
26
27
license = licenses.mit;
28
28
+
platforms = platforms.unix;
27
29
};
28
30
}