openlibm: update meta.homepage

This commit is contained in:
Evils 2020-11-13 10:06:11 +01:00
parent a9927ef533
commit 9b3475be26

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
meta = {
description = "High quality system independent, portable, open source libm implementation";
homepage = "https://www.openlibm.org/";
homepage = "https://openlibm.org/";
license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.ttuegel ];
platforms = stdenv.lib.platforms.all;