remove meta tags for now

This commit is contained in:
2025-03-14 11:26:39 -04:00
parent 731ba8da0e
commit 81ab3a8262
4 changed files with 3 additions and 14 deletions

View File

@@ -26,10 +26,4 @@ pkgs.stdenv.mkDerivation rec {
autoreconf -fi
./configure --prefix=$out
'';
meta = with lib; {
description = "Osmo-CC Library";
homepage = "https://gitea.osmocom.org/cc/libosmo-cc";
license = licenses.gpl3;
};
}