add meta info
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
@@ -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;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user