mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
opencbm: 0.4.99.103 -> 0.4.99.104
* opencbm: 0.4.99.103 -> 0.4.99.104 (#159672) and add meta.homepage and use SPDX 3.0 license identifier Co-authored-by: Renaud <c0bw3b@users.noreply.github.com>
This commit is contained in:
parent
0c7b4385d3
commit
7ff1fdfc78
@ -9,13 +9,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "opencbm";
|
||||
version = "0.4.99.103";
|
||||
version = "0.4.99.104";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "OpenCBM";
|
||||
repo = "OpenCBM";
|
||||
rev = "v${version}";
|
||||
sha256 = "06844yfgcbbwrp3iz5k8zd1zjawzbpvl131lgmkwz6d542c2k4k9";
|
||||
sha256 = "sha256-5lj5F79Gbhrvi9dxKGobdyDyBLGcptAtxx9SANhLrKw=";
|
||||
};
|
||||
|
||||
makefile = "LINUX/Makefile";
|
||||
@ -45,7 +45,8 @@ stdenv.mkDerivation rec {
|
||||
disk copier included. Successor of cbm4linux. Also supports the XU1541
|
||||
and the XUM1541 devices (a.k.a. "ZoomFloppy").
|
||||
'';
|
||||
license = licenses.gpl2;
|
||||
homepage = "https://spiro.trikaliotis.net/opencbm";
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.sander ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user