Skip to content

Commit

Permalink
lua-cassowary: Fix URL and add myself to maintainer list
Browse files Browse the repository at this point in the history
(I am also an upstream committer.)
  • Loading branch information
alerque committed Aug 14, 2020
1 parent e9455b9 commit e1f6f37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/lua-modules/generated-packages.nix
Expand Up @@ -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";
};
};
Expand Down

0 comments on commit e1f6f37

Please sign in to comment.