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

@@ -36,10 +36,4 @@ pkgs.stdenv.mkDerivation rec {
autoreconf -fi
./configure --prefix=$out
'';
meta = with lib; {
description = "Software implementation of analog cellular phone standards, including AMPS and TACS";
homepage = "https://gitea.osmocom.org/cellular-infrastructure/osmocom-analog";
license = licenses.gpl3;
};
}