flock: add homepage

This commit is contained in:
jopejoe1
2025-03-26 20:44:11 +01:00
parent 37ff826887
commit df5565f1c8
+1
View File
@@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Cross-platform version of flock(1)";
homepage = "https://github.com/discoteq/flock";
maintainers = with maintainers; [ matthewbauer ];
mainProgram = "flock";
platforms = platforms.all;