add meta info

This commit is contained in:
2025-03-13 23:41:13 -04:00
parent 90a152d6f1
commit 731ba8da0e
2 changed files with 11 additions and 1 deletions

View File

@@ -26,4 +26,10 @@ 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;
};
}

View File

@@ -37,5 +37,9 @@ pkgs.stdenv.mkDerivation rec {
./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;
};
}