# HG changeset patch # User Robin Stumm # Date 1490445910 -3600 # Sat Mar 25 13:45:10 2017 +0100 # Node ID cd485847f8c2ddac44c2f6b54d94f749dda7feda # Parent c0c8eb23a3bb0c6917589e2d1f5f34aa216ee51f more nix meta info diff --git a/default.nix b/default.nix --- a/default.nix +++ b/default.nix @@ -20,7 +20,12 @@ doCheck = true; - meta.maintainers = [ "serverkorken@gmail.com" ]; + meta = with pkgs.lib; { + license = licenses.wtfpl; + platforms = platforms.unix; + homepage = https://bitbucket.org/dermetfan/cursedlife; + maintainers = [ "serverkorken@gmail.com" ]; + }; } // builtins.removeAttrs args [ "pkgs" "buildRustPackage"