chore(readme,flake): update descriptions [skip ci]

This commit is contained in:
leo 2023-01-13 22:06:57 +01:00
parent 21b4888277
commit 289280a9e5
Signed by: wanderer
SSH Key Fingerprint: SHA256:Dp8+iwKHSlrMEHzE3bJnPng70I7LEsa3IJXRH/U+idQ
2 changed files with 4 additions and 4 deletions

View File

@ -1,14 +1,14 @@
# [`math-optim`](https://git.dotya.ml/wanderer/math-optim)
> solving a few mathematical optimisation tasks using well-known algorithms
> (originally a semestral project for the Mathematical Informatics course)
[![built with nix](./.badges/built-with-nix.svg)](https://builtwithnix.org)
[![Build Status](https://drone.dotya.ml/api/badges/wanderer/math-optim/status.svg?ref=refs/heads/development)](https://drone.dotya.ml/wanderer/math-optim)
[![Go Report Card](https://goreportcard.com/badge/git.dotya.ml/wanderer/math-optim)](https://goreportcard.com/report/git.dotya.ml/wanderer/math-optim)
[![Go Documentation](./.badges/godoc.svg)](https://godocs.io/git.dotya.ml/wanderer/math-optim)
this repo holds the *sawce* of the semestral project for the Mathematical
Informatics course.
feel free to peek at the *sawce*.
### example math-optim run
[![asciicast](https://asciinema.org/a/518391.svg)](https://asciinema.org/a/518391)

View File

@ -1,5 +1,5 @@
{
description = "mathematical informatics course semestral project solving a few mathematical optimisation tasks using well-known algorithms";
description = "solving a few mathematical optimisation tasks using well-known algorithms (mathematical informatics course semestral project)";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
@ -128,7 +128,7 @@
};
meta = {
description = "mathematical informatics course semestral project solving a few mathematical optimisation tasks using well-known algorithms";
description = "solving a few mathematical optimisation tasks using well-known algorithms (originally a mathematical informatics course semestral project)";
homepage = "https://git.dotya.ml/wanderer/math-optim";
license = lib.licenses.gpl3;
maintainers = ["wanderer"];