Skip to content

Commit e96cec9

Browse files
committed
fix: changed meta data
1 parent 1aceb2b commit e96cec9

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

default.nix

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
{ pkgs ? import <nixpkgs> { } }:
1+
{
2+
pkgs ? import <nixpkgs> { },
3+
}:
24
let
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
# {}

0 commit comments

Comments
 (0)