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 ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://github.com/simoncozens/cassowary.lua";
|
||||
description = "The cassowary constraint solver.";
|
||||
maintainers = with maintainers; [ marsam ];
|
||||
homepage = "https://github.com/sile-typesetter/cassowary.lua";
|
||||
description = "The cassowary constraint solver";
|
||||
maintainers = with maintainers; [ marsam alerque ];
|
||||
license.fullName = "Apache 2";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue