mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
osinfo-db: fix homepage
Changed homepage to gitlab, as prior seems outdated.
This commit is contained in:
parent
1fd7d8a2e3
commit
f3b309224d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
meta = with stdenv.lib; {
|
||||
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;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.bjornfor ];
|
||||
|
|
Loading…
Reference in a new issue