osinfo-db: fix homepage

Changed homepage to gitlab, as prior seems outdated.
This commit is contained in:
Tor Hedin Brønner 2020-03-19 01:33:45 +01:00 committed by Jan Tojnar
parent 1fd7d8a2e3
commit f3b309224d
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -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 ];