DisnixWebService: add meta.{changelog,homepage}

This commit is contained in:
Anthony Roussel
2023-11-23 00:14:16 +01:00
parent 05d8b88821
commit 77586e5cf6

View File

@@ -35,6 +35,8 @@ stdenv.mkDerivation rec {
meta = {
description = "A SOAP interface and client for Disnix";
homepage = "https://github.com/svanderburg/DisnixWebService";
changelog = "https://github.com/svanderburg/DisnixWebService/blob/DisnixWebService-${version}/NEWS.txt";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.sander ];
platforms = lib.platforms.linux;