forked from mirrors/nixpkgs
wlc: fix homepage / eval
This commit is contained in:
parent
61fbdb47a6
commit
a33402b890
|
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A library for making a simple Wayland compositor";
|
||||
inherit (src.meta) homepage;
|
||||
homepage = https://github.com/Cloudef/wlc;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ primeos ]; # Trying to keep it up-to-date.
|
||||
|
|
Loading…
Reference in a new issue