Skip to content

Commit

Permalink
Minor cleanup, https for README urls, and newlines for snapcraft
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Oct 27, 2024
1 parent 9d46523 commit 9a14cf7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ To add a custom provider:
customProviders [
{
name: example
url: "http://example.com?q=%s"
url: "https://example.com?q=%s"
tags: [example]
}
]
Expand Down Expand Up @@ -370,7 +370,7 @@ Custom providers require a few things:
* [Robert-Jan Keizer (KeizerDev)](https://github.com/KeizerDev/)
* [Vitor Cortez (vekat)](https://github.com/vekat/)
* [David Liu (tw4dl)](https://github.com/tw4dl/)
* [Lex Broner (akb)](http://github.com/akb/)
* [Lex Broner (akb)](https://github.com/akb/)
* [Diego Jara (djap96)](https://github.com/djap96/)
* [Luvsandondov Lkhamsuren (lkhamsurenl)](https://github.com/lkhamsurenl/)
* [Eray Aydın (erayaydin)](https://github.com/erayaydin/)
Expand All @@ -382,14 +382,14 @@ Custom providers require a few things:

s is released under the MIT license.

[License-URL]: http://opensource.org/licenses/MIT
[License-URL]: https://opensource.org/licenses/MIT
[License-Image]: https://img.shields.io/npm/l/express.svg
[ReportCard-URL]: http://goreportcard.com/report/zquestz/s
[ReportCard-URL]: https://goreportcard.com/report/zquestz/s
[ReportCard-Image]: https://goreportcard.com/badge/github.com/zquestz/s
[Build-Status-URL]: https://app.travis-ci.com/github/zquestz/s
[Build-Status-Image]: https://app.travis-ci.com/zquestz/s.svg?branch=master
[Release-URL]: https://github.com/zquestz/s/releases/tag/v0.7.1
[Release-Image]: http://img.shields.io/badge/release-v0.7.1-1eb0fc.svg
[Release-Image]: https://img.shields.io/badge/release-v0.7.1-1eb0fc.svg
[Snap-Build-URL]: https://github.com/zquestz/s/actions/workflows/test-snap-builds.yml
[Snap-Build-Image]: https://github.com/zquestz/s/actions/workflows/test-snap-builds.yml/badge.svg
[Snap-Image]: https://snapcraft.io/s-search/badge.svg
Expand Down
12 changes: 6 additions & 6 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: s-search
base: core22
adopt-info: s-search
summary: Open a web search in your terminal.
summary: Open a web search in your terminal.
description: |
Web search from the terminal. Just opens in your browser.
Expand Down Expand Up @@ -34,13 +34,13 @@ parts:
s-search:
source: https://github.com/zquestz/s
source-type: git
plugin: go
plugin: go
build-snaps:
- go

build-packages:
- gcc
- gcc

override-pull: |
craftctl default
craftctl set version="$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)"
craftctl set version="$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)"

0 comments on commit 9a14cf7

Please sign in to comment.