pkgs: update metadata

This commit is contained in:
Gabriel Arazas 2022-04-17 00:33:58 +08:00
parent 18418df527
commit f6f24d5bf5
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ lib, fetchFromGitHub, rustPlatform, pkg-config, openssl, gtk3 }: { lib, fetchFromGitHub, rustPlatform, pkg-config, openssl, gtk3 }:
let distributionPluginPath = "\${out}/lib/pop-launcher"; let distributionPluginPath = "${placeholder "out"}/lib/pop-launcher";
in rustPlatform.buildRustPackage rec { in rustPlatform.buildRustPackage rec {
pname = "pop-launcher"; pname = "pop-launcher";
version = "1.1.0"; version = "1.1.0";
@ -46,6 +46,6 @@ in rustPlatform.buildRustPackage rec {
meta = with lib; { meta = with lib; {
description = "Modular IPC-based desktop launcher service"; description = "Modular IPC-based desktop launcher service";
homepage = "https://github.com/pop-os/launcher"; homepage = "https://github.com/pop-os/launcher";
license = licenses.gpl3; license = licenses.mpl20;
}; };
} }

View File

@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
description = "Experimental vector graphics and 3D animation editor"; description = "Experimental vector graphics and 3D animation editor";
homepage = "https://www.vpaint.org/"; homepage = "https://www.vpaint.org/";
license = licenses.asl20; license = licenses.asl20;
mainProgram = "VPaint";
}; };
} }