Skip to content

Commit

Permalink
fix: changed meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Nov 25, 2024
1 parent 1aceb2b commit e96cec9
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{ pkgs ? import <nixpkgs> { } }:
{
pkgs ? import <nixpkgs> { },
}:
let
lib = pkgs.lib;
getLibrary = pkg: "${pkg}/lib";
Expand Down Expand Up @@ -27,9 +29,9 @@ pkgs.llvmPackages.stdenv.mkDerivation rec {

# Some normal fucking detail about the project
meta = with lib; {
homepage = "https://github.com/orzklv/sabine";
homepage = "https://github.com/sabine-lang/libsabine";
description = ''
A toy compiler named after Sabine
Various implementations for a toy compiler named after Sabine
'';
licencse = licenses.wtfpl;
platforms = with platforms; linux ++ darwin;
Expand All @@ -42,9 +44,11 @@ pkgs.llvmPackages.stdenv.mkDerivation rec {
handle = "orzklv";
github = "orzklv";
githubId = 54666588;
keys = [{
fingerprint = "00D2 7BC6 8707 0683 FBB9 137C 3C35 D3AF 0DA1 D6A8";
}];
keys = [
{
fingerprint = "00D2 7BC6 8707 0683 FBB9 137C 3C35 D3AF 0DA1 D6A8";
}
];
}
# Sabine, herself here, possibly...
# {}
Expand Down

0 comments on commit e96cec9

Please sign in to comment.