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