ape: add homepage

This commit is contained in:
jopejoe1
2025-03-22 11:00:32 +01:00
parent ac70a33845
commit bc6061d07c
+1
View File
@@ -43,6 +43,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = description;
homepage = "https://github.com/Attempto/APE";
license = license;
platforms = platforms.unix;
maintainers = with maintainers; [ yrashk ];