mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
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
@ -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 New Issue
Block a user