hwinfo: update meta information
This commit is contained in:
parent
abecdfea73
commit
8943519645
@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "sha256-u5EXU+BrTMeDbZAv8WyBTyFcZHdBIUMpJSLTYgf3Mo8=";
|
sha256 = "sha256-u5EXU+BrTMeDbZAv8WyBTyFcZHdBIUMpJSLTYgf3Mo8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
postPatch = ''
|
||||||
# VERSION and changelog are usually generated using Git
|
# VERSION and changelog are usually generated using Git
|
||||||
# unless HWINFO_VERSION is defined (see Makefile)
|
# unless HWINFO_VERSION is defined (see Makefile)
|
||||||
export HWINFO_VERSION="${version}"
|
export HWINFO_VERSION="${version}"
|
||||||
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Hardware detection tool from openSUSE";
|
description = "Hardware detection tool from openSUSE";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Only;
|
||||||
homepage = "https://github.com/openSUSE/hwinfo";
|
homepage = "https://github.com/openSUSE/hwinfo";
|
||||||
maintainers = with maintainers; [ bobvanderlinden ];
|
maintainers = with maintainers; [ bobvanderlinden ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user