3
0
Fork 0
forked from mirrors/nixpkgs

wlc: fix homepage / eval

This commit is contained in:
Frederik Rietdijk 2017-09-26 19:31:30 +02:00
parent 61fbdb47a6
commit a33402b890

View file

@ -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.