lua-cassowary: Fix URL and add myself to maintainer list
(I am also an upstream committer.)
This commit is contained in:
parent
e9455b9cf1
commit
e1f6f37dc9
1 changed files with 3 additions and 3 deletions
|
@ -155,9 +155,9 @@ cassowary = buildLuarocksPackage {
|
||||||
propagatedBuildInputs = [ lua penlight ];
|
propagatedBuildInputs = [ lua penlight ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://github.com/simoncozens/cassowary.lua";
|
homepage = "https://github.com/sile-typesetter/cassowary.lua";
|
||||||
description = "The cassowary constraint solver.";
|
description = "The cassowary constraint solver";
|
||||||
maintainers = with maintainers; [ marsam ];
|
maintainers = with maintainers; [ marsam alerque ];
|
||||||
license.fullName = "Apache 2";
|
license.fullName = "Apache 2";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue