Skip to content

Commit

Permalink
wlc: fix homepage / eval
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Sep 26, 2017
1 parent 61fbdb4 commit a33402b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/wlc/default.nix
Expand Up @@ -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.
Expand Down

2 comments on commit a33402b

@FRidh
Copy link
Member Author

@FRidh FRidh commented on a33402b Sep 26, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

broken in 4b85b23
cc @primeos

@primeos
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@FRidh Thanks, wasn't expecting this.

If you have time for it: Would something like #29815 be ok / make sense or did I miss anything?

Please sign in to comment.