alure: fix homepage

This commit is contained in:
Jörg Thalheim 2021-08-22 15:21:14 +02:00
parent 9fee9590d4
commit 6959066683

View file

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A utility library to help manage common tasks with OpenAL applications";
homepage = "https://kcat.strangesoft.net/alure.html";
homepage = "https://github.com/kcat/alure";
license = licenses.mit;
platforms = platforms.linux;
};