tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
computecpp-unwrapped: remove davidtwco as maintainer
davidtw.co
10 months ago
65909ae8
c6fb4f6e
verified
This commit was signed with the committer's
known signature
.
davidtw.co
SSH Key Fingerprint:
SHA256:lDIBibP9Xzy3aVIx6SRGE7XhvfOxMhFgN+Tc3LZmqgI=
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
co
computecpp-unwrapped
package.nix
+1
-1
pkgs/by-name/co/computecpp-unwrapped/package.nix
···
52
description = "Accelerate Complex C++ Applications on Heterogeneous Compute Systems using Open Standards";
53
homepage = "https://www.codeplay.com/products/computesuite/computecpp";
54
license = licenses.unfree;
55
-
maintainers = with maintainers; [ davidtwco ];
56
platforms = [ "x86_64-linux" ];
57
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
58
};
···
52
description = "Accelerate Complex C++ Applications on Heterogeneous Compute Systems using Open Standards";
53
homepage = "https://www.codeplay.com/products/computesuite/computecpp";
54
license = licenses.unfree;
55
+
maintainers = [ ];
56
platforms = [ "x86_64-linux" ];
57
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
58
};