File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 1- { pkgs ? import <nixpkgs> { } } :
1+ {
2+ pkgs ? import <nixpkgs> { } ,
3+ } :
24let
35 lib = pkgs . lib ;
46 getLibrary = pkg : "${ pkg } /lib" ;
@@ -27,9 +29,9 @@ pkgs.llvmPackages.stdenv.mkDerivation rec {
2729
2830 # Some normal fucking detail about the project
2931 meta = with lib ; {
30- homepage = "https://github.com/orzklv/ sabine" ;
32+ homepage = "https://github.com/sabine-lang/libsabine " ;
3133 description = ''
32- A toy compiler named after Sabine
34+ Various implementations for a toy compiler named after Sabine
3335 '' ;
3436 licencse = licenses . wtfpl ;
3537 platforms = with platforms ; linux ++ darwin ;
@@ -42,9 +44,11 @@ pkgs.llvmPackages.stdenv.mkDerivation rec {
4244 handle = "orzklv" ;
4345 github = "orzklv" ;
4446 githubId = 54666588 ;
45- keys = [ {
46- fingerprint = "00D2 7BC6 8707 0683 FBB9 137C 3C35 D3AF 0DA1 D6A8" ;
47- } ] ;
47+ keys = [
48+ {
49+ fingerprint = "00D2 7BC6 8707 0683 FBB9 137C 3C35 D3AF 0DA1 D6A8" ;
50+ }
51+ ] ;
4852 }
4953 # Sabine, herself here, possibly...
5054 # {}
You can’t perform that action at this time.
0 commit comments