lua-cassowary: Fix URL and add myself to maintainer list

(I am also an upstream committer.)
This commit is contained in:
Caleb Maclennan 2020-08-14 21:06:14 +03:00
parent e9455b9cf1
commit e1f6f37dc9

View file

@ -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";
}; };
}; };