mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 14:22:50 +03:00
osinfo-db: fix homepage
Changed homepage to gitlab, as prior seems outdated.
This commit is contained in:
parent
1fd7d8a2e3
commit
f3b309224d
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Osinfo database of information about operating systems for virtualization provisioning tools";
|
description = "Osinfo database of information about operating systems for virtualization provisioning tools";
|
||||||
homepage = "https://libosinfo.org/";
|
homepage = "https://gitlab.com/libosinfo/osinfo-db/";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.bjornfor ];
|
maintainers = [ maintainers.bjornfor ];
|
||||||
|
Loading…
Reference in New Issue
Block a user